home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_126_Enter Copying Set Nested.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  347 b   |  12 lines

  1. on enterFrame
  2.   FindButtons()
  3. end
  4.  
  5. on exitFrame
  6.   global gDefaultLinearList, gCopyOfList
  7.   set gCopyOfList to 0
  8.   set the text of member "Copying Linear Copy Display Field 1" to string(gDefaultLinearList)
  9.   set the text of member "Copying Linear Copy Input Field 1" to " "
  10.   set the text of member "Copying Linear Copy Display Field 2" to " "
  11. end
  12.